[INFO] fetching crate facet-urlencoded 0.50.0-rc.1...
[INFO] fixing facet-urlencoded-0.50.0-rc.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-urlencoded 0.50.0-rc.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate facet-urlencoded 0.50.0-rc.1
[INFO] finished tweaking crates.io crate facet-urlencoded 0.50.0-rc.1
[INFO] tweaked toml for crates.io crate facet-urlencoded 0.50.0-rc.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-urlencoded 0.50.0-rc.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-urlencoded 0.50.0-rc.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71
[INFO] running `Command { std: "docker" "start" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.1
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.12
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking facet-path v0.50.0-rc.1
[INFO] [stderr]     Checking facet-reflect v0.50.0-rc.1
[INFO] [stderr]     Checking facet-urlencoded v0.50.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> src/tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> src/tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> src/tests.rs:220:7
[INFO] [stdout]     |
[INFO] [stdout] 220 |     #[facet(default)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> src/tests.rs:222:7
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[facet(default)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SearchParams: Facet<'_>` is not satisfied
[INFO] [stdout]   --> src/tests.rs:36:32
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let params: SearchParams = from_str(query_string).unwrap();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `SearchParams`
[INFO] [stdout]   --> src/tests.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | struct SearchParams {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]              `()` implements `Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `Facet<'a>`
[INFO] [stdout]              `*const T` implements `Facet<'a>`
[INFO] [stdout]            and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]   --> src/lib.rs:90:44
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SearchParams: Facet<'_>` is not satisfied
[INFO] [stdout]   --> src/tests.rs:50:32
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let params: SearchParams = from_str(query_string).unwrap();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `SearchParams`
[INFO] [stdout]   --> src/tests.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | struct SearchParams {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]              `()` implements `Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `Facet<'a>`
[INFO] [stdout]              `*const T` implements `Facet<'a>`
[INFO] [stdout]            and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]   --> src/lib.rs:90:44
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestStruct: Facet<'_>` is not satisfied
[INFO] [stdout]   --> src/tests.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let result = from_str::<TestStruct>(query_string);
[INFO] [stdout]    |                             ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `TestStruct`
[INFO] [stdout]   --> src/tests.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     struct TestStruct {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]              `()` implements `Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `Facet<'a>`
[INFO] [stdout]              `*const T` implements `Facet<'a>`
[INFO] [stdout]            and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]   --> src/lib.rs:90:44
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SearchParams: Facet<'_>` is not satisfied
[INFO] [stdout]   --> src/tests.rs:93:32
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let params: SearchParams = from_str(query_string).unwrap();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `SearchParams`
[INFO] [stdout]   --> src/tests.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | struct SearchParams {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]              `()` implements `Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `Facet<'a>`
[INFO] [stdout]              `*const T` implements `Facet<'a>`
[INFO] [stdout]            and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]   --> src/lib.rs:90:44
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SearchParams: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:107:29
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let result = from_str::<SearchParams>(query_string);
[INFO] [stdout]     |                             ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `SearchParams`
[INFO] [stdout]    --> src/tests.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SearchParams {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderForm: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:125:28
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let order: OrderForm = from_str(query_string).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `OrderForm`
[INFO] [stdout]    --> src/tests.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | struct OrderForm {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderForm: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:151:29
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let result = from_str::<OrderForm>(query_string);
[INFO] [stdout]     |                             ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `OrderForm`
[INFO] [stdout]    --> src/tests.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | struct OrderForm {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `DeepTest: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:199:31
[INFO] [stdout]     |
[INFO] [stdout] 199 |     let deep_test: DeepTest = from_str(query_string).unwrap();
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `DeepTest`
[INFO] [stdout]    --> src/tests.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     struct DeepTest {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OptionalParams: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:229:29
[INFO] [stdout]     |
[INFO] [stdout] 229 |     let q: OptionalParams = from_str("provider=stripe&limit=50").unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `OptionalParams`
[INFO] [stdout]    --> src/tests.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | struct OptionalParams {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OptionalParams: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:242:29
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let q: OptionalParams = from_str("provider=github").unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `OptionalParams`
[INFO] [stdout]    --> src/tests.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | struct OptionalParams {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OptionalParams: Facet<'_>` is not satisfied
[INFO] [stdout]    --> src/tests.rs:255:29
[INFO] [stdout]     |
[INFO] [stdout] 255 |     let q: OptionalParams = from_str("").unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet<'_>` is not implemented for `OptionalParams`
[INFO] [stdout]    --> src/tests.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | struct OptionalParams {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]               `()` implements `Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `Facet<'a>`
[INFO] [stdout]               `*const T` implements `Facet<'a>`
[INFO] [stdout]             and 97 others
[INFO] [stdout] note: required by a bound in `from_str`
[INFO] [stdout]    --> src/lib.rs:90:44
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub fn from_str<'input: 'facet, 'facet, T: Facet<'facet>>(
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-urlencoded` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71", kill_on_drop: false }`
[INFO] [stdout] 7d9b6aaf5e9fed7e8186b37a920d6143521478242883c7d3713f48fef4c9ac71
